home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / dfue / avmnfax / source / maintenancemode.avmsrc < prev    next >
Text File  |  1995-03-09  |  18KB  |  853 lines

  1. startrecord=true
  2. label=aamaintenancemode
  3. nodetype=8
  4. line1=procedure
  5. line2=parse arg mailbox .
  6. line3=
  7. line4=
  8. line5=
  9. line6=
  10. line7=
  11. line8=
  12. line9=
  13. line10=
  14. nextactiontype=3
  15. nextactionaction=
  16. endrecord=true
  17. startrecord=true
  18. label=
  19. nodetype=8
  20. line1=call loadMailbox(mailbox)
  21. line2=good = getPassword(mailbox.password)
  22. line3=if good = 0 then signal answerVoiceDone
  23. line4=
  24. line5=
  25. line6=
  26. line7=
  27. line8=
  28. line9=
  29. line10=
  30. nextactiontype=3
  31. nextactionaction=
  32. endrecord=true
  33. startrecord=true
  34. label=
  35. nodetype=8
  36. line1=logsthis = words(showdir(logFile(mailbox, '')))
  37. line2=logsanonymous = words(showdir(logFile('anonymous', '')))
  38. line3=if upper(mailbox) = 'ANONYMOUS' then logsanonymous = 0
  39. line4=
  40. line5=
  41. line6=
  42. line7=
  43. line8=
  44. line9=
  45. line10=
  46. nextactiontype=3
  47. nextactionaction=
  48. endrecord=true
  49. startrecord=true
  50. label=
  51. nodetype=8
  52. line1=if logsthis > 0 then call sayCountEntries(logsthis, 0)
  53. line2=if logsanonymous > 0 then call sayCountEntries(logsanonymous, 1)
  54. line3=
  55. line4=
  56. line5=
  57. line6=
  58. line7=
  59. line8=
  60. line9=
  61. line10=
  62. nextactiontype=3
  63. nextactionaction=
  64. endrecord=true
  65. startrecord=true
  66. label=maintenanceModeAgain
  67. nodetype=3
  68. filename='avm:voices/maintenancemode'
  69. comment=Enter 1 to retrieve your messages, 2 to record a personal message, 3 to change introduction options, 4 to change your password, 5 to send a message, 6 to change auto options, 7 to edit the outgoing mailbox [#=previous menu, 0=repeat menu, *=hangup]
  70. retries=3
  71. zeroactiontype=0
  72. zeroactionaction=maintenanceModeAgain
  73. oneactiontype=2
  74. oneactionaction=call retrievemessages(mailbox)
  75. twoactiontype=2
  76. twoactionaction=call recordMessage(voiceFile(mailbox, 'Personal'))
  77. threeactiontype=2
  78. threeactionaction=call changeintrooptions()
  79. fouractiontype=2
  80. fouractionaction=call changepassword()
  81. fiveactiontype=2
  82. fiveactionaction=call sendMessageTo('Outgoing', mailbox, '', makeUniqueFile(), 'Voice', voiceFile(mailbox, 'Introduction'), '', '')
  83. sixactiontype=2
  84. sixactionaction=call changeautooptions(mailbox)
  85. sevenactiontype=2
  86. sevenactionaction=call aaretrievemessages('Outgoing', 1, mailbox)
  87. eightactiontype=3
  88. eightactionaction=
  89. nineactiontype=3
  90. nineactionaction=
  91. poundactiontype=2
  92. poundactionaction=return
  93. staractiontype=0
  94. staractionaction=answervoiceDone
  95. faxactiontype=0
  96. faxactionaction=stdfax
  97. dataactiontype=0
  98. dataactionaction=stddata
  99. busyactiontype=0
  100. busyactionaction=stdbusy
  101. timedoutactiontype=0
  102. timedoutactionaction=answerVoiceDone
  103. abortactiontype=0
  104. abortactionaction=stdabort
  105. erroractiontype=0
  106. erroractionaction=stderror
  107. nextactiontype=0
  108. nextactionaction=maintenanceModeAgain
  109. endrecord=true
  110. startrecord=true
  111. label=
  112. nodetype=7
  113. filename=avm:rexx/getpassword.avm
  114. nextactiontype=3
  115. nextactionaction=
  116. endrecord=true
  117. startrecord=true
  118. label=retrievemessages
  119. nodetype=8
  120. line1=procedure
  121. line2=parse arg mailbox .
  122. line3=
  123. line4=call aaretrievemessages(mailbox, 0, mailbox)
  124. line5=
  125. line6=
  126. line7=
  127. line8=
  128. line9=
  129. line10=
  130. nextactiontype=3
  131. nextactionaction=
  132. endrecord=true
  133. startrecord=true
  134. label=
  135. nodetype=8
  136. line1=
  137. line2=
  138. line3=if upper(mailbox) = 'ANONYMOUS' then return
  139. line4=
  140. line5=
  141. line6=
  142. line7=
  143. line8=
  144. line9=
  145. line10=
  146. nextactiontype=3
  147. nextactionaction=
  148. endrecord=true
  149. startrecord=true
  150. label=
  151. nodetype=1
  152. filename='avm:voices/retrieveanonymous'
  153. comment=You're now in the anonymous mailbox.
  154. keyactiontype=3
  155. keyactionaction=
  156. faxactiontype=0
  157. faxactionaction=stdfax
  158. dataactiontype=0
  159. dataactionaction=stddata
  160. busyactiontype=0
  161. busyactionaction=stdbusy
  162. abortactiontype=0
  163. abortactionaction=stdabort
  164. erroractiontype=0
  165. erroractionaction=stderror
  166. nextactiontype=3
  167. nextactionaction=
  168. endrecord=true
  169. startrecord=true
  170. label=
  171. nodetype=8
  172. line1=call aaretrievemessages('Anonymous', 0, mailbox)
  173. line2=
  174. line3=
  175. line4=
  176. line5=
  177. line6=
  178. line7=
  179. line8=
  180. line9=
  181. line10=
  182. nextactiontype=3
  183. nextactionaction=
  184. endrecord=true
  185. startrecord=true
  186. label=
  187. nodetype=1
  188. filename='avm:voices/backhome'
  189. comment=You're back in your own mailbox.
  190. keyactiontype=3
  191. keyactionaction=
  192. faxactiontype=0
  193. faxactionaction=stdfax
  194. dataactiontype=0
  195. dataactionaction=stddata
  196. busyactiontype=0
  197. busyactionaction=stdbusy
  198. abortactiontype=0
  199. abortactionaction=stdabort
  200. erroractiontype=0
  201. erroractionaction=stderror
  202. nextactiontype=2
  203. nextactionaction=return
  204. endrecord=true
  205. startrecord=true
  206. label=changepassword
  207. nodetype=8
  208. line1=number = getNumber()
  209. line2=if number ~= '' then do
  210. line3=  mailbox.password = number
  211. line4=  call saveMailbox(mailbox)
  212. line5=end
  213. line6=
  214. line7=
  215. line8=
  216. line9=
  217. line10=
  218. nextactiontype=2
  219. nextactionaction=return
  220. endrecord=true
  221. startrecord=true
  222. label=sayCountEntries
  223. nodetype=8
  224. line1=parse arg count, inAnon
  225. line2=if count = 1 & inAnon then signal say1Anon
  226. line3=else if count = 1 & inAnon = 0 then signal say1This
  227. line4=
  228. line5=
  229. line6=
  230. line7=
  231. line8=
  232. line9=
  233. line10=
  234. nextactiontype=3
  235. nextactionaction=
  236. endrecord=true
  237. startrecord=true
  238. label=sayCountMultiple
  239. nodetype=1
  240. filename='avm:voices/ThereAre'
  241. comment=There are...
  242. keyactiontype=3
  243. keyactionaction=
  244. faxactiontype=0
  245. faxactionaction=stdfax
  246. dataactiontype=0
  247. dataactionaction=stddata
  248. busyactiontype=0
  249. busyactionaction=stdbusy
  250. abortactiontype=0
  251. abortactionaction=stdabort
  252. erroractiontype=0
  253. erroractionaction=stderror
  254. nextactiontype=3
  255. nextactionaction=
  256. endrecord=true
  257. startrecord=true
  258. label=
  259. nodetype=8
  260. line1=call playddnumber(count)
  261. line2=if inAnon then signal sayCountAnon
  262. line3=else signal sayCountThis
  263. line4=
  264. line5=
  265. line6=
  266. line7=
  267. line8=
  268. line9=
  269. line10=
  270. nextactiontype=3
  271. nextactionaction=
  272. endrecord=true
  273. startrecord=true
  274. label=sayCountAnon
  275. nodetype=1
  276. filename='avm:voices/InAnonMailbox'
  277. comment=...in the anonymous mailbox.
  278. keyactiontype=3
  279. keyactionaction=
  280. faxactiontype=0
  281. faxactionaction=stdfax
  282. dataactiontype=0
  283. dataactionaction=stddata
  284. busyactiontype=0
  285. busyactionaction=stdbusy
  286. abortactiontype=0
  287. abortactionaction=stdabort
  288. erroractiontype=0
  289. erroractionaction=stderror
  290. nextactiontype=2
  291. nextactionaction=return
  292. endrecord=true
  293. startrecord=true
  294. label=sayCountThis
  295. nodetype=1
  296. filename='avm:voices/InThisMailbox'
  297. comment=...in this mailbox.
  298. keyactiontype=3
  299. keyactionaction=
  300. faxactiontype=0
  301. faxactionaction=stdfax
  302. dataactiontype=0
  303. dataactionaction=stddata
  304. busyactiontype=0
  305. busyactionaction=stdbusy
  306. abortactiontype=0
  307. abortactionaction=stdabort
  308. erroractiontype=0
  309. erroractionaction=stderror
  310. nextactiontype=2
  311. nextactionaction=return
  312. endrecord=true
  313. startrecord=true
  314. label=say1Anon
  315. nodetype=1
  316. filename='avm:voices/OneInAnonMailbox'
  317. comment=There is 1 message in the anonymous mailbox.
  318. keyactiontype=3
  319. keyactionaction=
  320. faxactiontype=0
  321. faxactionaction=stdfax
  322. dataactiontype=0
  323. dataactionaction=stddata
  324. busyactiontype=0
  325. busyactionaction=stdbusy
  326. abortactiontype=0
  327. abortactionaction=stdabort
  328. erroractiontype=0
  329. erroractionaction=stderror
  330. nextactiontype=2
  331. nextactionaction=return
  332. endrecord=true
  333. startrecord=true
  334. label=say1This
  335. nodetype=1
  336. filename='avm:voices/OneInThisMailbox'
  337. comment=There is 1 message in this mailbox.
  338. keyactiontype=3
  339. keyactionaction=
  340. faxactiontype=0
  341. faxactionaction=stdfax
  342. dataactiontype=0
  343. dataactionaction=stddata
  344. busyactiontype=0
  345. busyactionaction=stdbusy
  346. abortactiontype=0
  347. abortactionaction=stdabort
  348. erroractiontype=0
  349. erroractionaction=stderror
  350. nextactiontype=2
  351. nextactionaction=return
  352. endrecord=true
  353. startrecord=true
  354. label=changeintrooptions
  355. nodetype=3
  356. filename='avm:voices/changeintrooptions'
  357. comment=Enter 1 to use the day of week, 2 to use the time of day, 3 to use random selection, 4 for manual selection, 5 to record one of the introductory messages. [*=hangup, #=previous menu, 0=repeat menu]
  358. retries=3
  359. zeroactiontype=0
  360. zeroactionaction=changeintrooptions
  361. oneactiontype=2
  362. oneactionaction=call setclip('AVMIntroductionType', 'DAYOFWEEK')
  363. twoactiontype=2
  364. twoactionaction=call setclip('AVMIntroductionType', 'TIMEOFDAY')
  365. threeactiontype=2
  366. threeactionaction=call setclip('AVMIntroductionType', 'RANDOM')
  367. fouractiontype=2
  368. fouractionaction=call changetomanual()
  369. fiveactiontype=2
  370. fiveactionaction=call recordintro()
  371. sixactiontype=3
  372. sixactionaction=
  373. sevenactiontype=3
  374. sevenactionaction=
  375. eightactiontype=3
  376. eightactionaction=
  377. nineactiontype=3
  378. nineactionaction=
  379. poundactiontype=2
  380. poundactionaction=return
  381. staractiontype=0
  382. staractionaction=answervoiceDone
  383. faxactiontype=0
  384. faxactionaction=stdfax
  385. dataactiontype=0
  386. dataactionaction=stddata
  387. busyactiontype=0
  388. busyactionaction=stdbusy
  389. timedoutactiontype=0
  390. timedoutactionaction=answerVoiceDone
  391. abortactiontype=0
  392. abortactionaction=stdabort
  393. erroractiontype=0
  394. erroractionaction=stderror
  395. nextactiontype=0
  396. nextactionaction=changeintrooptions
  397. endrecord=true
  398. startrecord=true
  399. label=changetomanual
  400. nodetype=3
  401. filename='avm:voices/selectmanualintro'
  402. comment=Press 1 to 7 to select the introductory message you want people to hear.
  403. retries=3
  404. zeroactiontype=0
  405. zeroactionaction=changetomanual
  406. oneactiontype=2
  407. oneactionaction=call setclip('AVMIntroductionType', '1')
  408. twoactiontype=2
  409. twoactionaction=call setclip('AVMIntroductionType', '2')
  410. threeactiontype=2
  411. threeactionaction=call setclip('AVMIntroductionType', '3')
  412. fouractiontype=2
  413. fouractionaction=call setclip('AVMIntroductionType', '4')
  414. fiveactiontype=2
  415. fiveactionaction=call setclip('AVMIntroductionType', '5')
  416. sixactiontype=2
  417. sixactionaction=call setclip('AVMIntroductionType', '6')
  418. sevenactiontype=2
  419. sevenactionaction=call setclip('AVMIntroductionType', '7')
  420. eightactiontype=3
  421. eightactionaction=
  422. nineactiontype=3
  423. nineactionaction=
  424. poundactiontype=2
  425. poundactionaction=return
  426. staractiontype=0
  427. staractionaction=answervoiceDone
  428. faxactiontype=0
  429. faxactionaction=stdfax
  430. dataactiontype=0
  431. dataactionaction=stddata
  432. busyactiontype=0
  433. busyactionaction=stdbusy
  434. timedoutactiontype=0
  435. timedoutactionaction=answerVoiceDone
  436. abortactiontype=0
  437. abortactionaction=stdabort
  438. erroractiontype=0
  439. erroractionaction=stderror
  440. nextactiontype=0
  441. nextactionaction=changetomanual
  442. endrecord=true
  443. startrecord=true
  444. label=recordintro
  445. nodetype=3
  446. filename='avm:voices/recordintro'
  447. comment=Enter 1-7 for the introductory message you want to re-record.
  448. retries=3
  449. zeroactiontype=0
  450. zeroactionaction=recordintro
  451. oneactiontype=2
  452. oneactionaction=call recordmessage('avm:voices/intro1')
  453. twoactiontype=2
  454. twoactionaction=call recordmessage('avm:voices/intro2')
  455. threeactiontype=2
  456. threeactionaction=call recordmessage('avm:voices/intro3')
  457. fouractiontype=2
  458. fouractionaction=call recordmessage('avm:voices/intro4')
  459. fiveactiontype=2
  460. fiveactionaction=call recordmessage('avm:voices/intro5')
  461. sixactiontype=2
  462. sixactionaction=call recordmessage('avm:voices/intro6')
  463. sevenactiontype=2
  464. sevenactionaction=call recordmessage('avm:voices/intro7')
  465. eightactiontype=3
  466. eightactionaction=
  467. nineactiontype=3
  468. nineactionaction=
  469. poundactiontype=2
  470. poundactionaction=return
  471. staractiontype=0
  472. staractionaction=answervoiceDone
  473. faxactiontype=0
  474. faxactionaction=stdfax
  475. dataactiontype=0
  476. dataactionaction=stddata
  477. busyactiontype=0
  478. busyactionaction=stdbusy
  479. timedoutactiontype=0
  480. timedoutactionaction=answerVoiceDone
  481. abortactiontype=0
  482. abortactionaction=stdabort
  483. erroractiontype=0
  484. erroractionaction=stderror
  485. nextactiontype=0
  486. nextactionaction=recordintro
  487. endrecord=true
  488. startrecord=true
  489. label=changeautooptions
  490. nodetype=8
  491. line1=procedure
  492. line2=parse arg mailbox .
  493. line3=call loadMailbox(mailbox)
  494. line4=
  495. line5=
  496. line6=
  497. line7=
  498. line8=
  499. line9=
  500. line10=
  501. nextactiontype=3
  502. nextactionaction=
  503. endrecord=true
  504. startrecord=true
  505. label=changeautomenu
  506. nodetype=3
  507. filename='avm:voices/ChangeAutoOptions'
  508. comment=Press 1 to change forwarding options, 2 to change fax forwarding options, or 3 to change paging options
  509. retries=3
  510. zeroactiontype=0
  511. zeroactionaction=changeautomenu
  512. oneactiontype=2
  513. oneactionaction=call editautooptions('AUTOFORWARDB', 'AUTOFORWARDONDEMAND', 'AUTOFORWARD', 'AUTOFORWARDANNOUNCE')
  514. twoactiontype=2
  515. twoactionaction=call editautooptions('AUTOFAXFORWARDB', '', 'AUTOFAXFORWARD', '')
  516. threeactiontype=2
  517. threeactionaction=call editautooptions('AUTOPAGEB', 'AUTOPAGEONDEMAND', 'AUTOPAGE', '')
  518. fouractiontype=3
  519. fouractionaction=
  520. fiveactiontype=3
  521. fiveactionaction=
  522. sixactiontype=3
  523. sixactionaction=
  524. sevenactiontype=3
  525. sevenactionaction=
  526. eightactiontype=3
  527. eightactionaction=
  528. nineactiontype=3
  529. nineactionaction=
  530. poundactiontype=2
  531. poundactionaction=return
  532. staractiontype=0
  533. staractionaction=answerVoiceDone
  534. faxactiontype=0
  535. faxactionaction=stdfax
  536. dataactiontype=0
  537. dataactionaction=stddata
  538. busyactiontype=0
  539. busyactionaction=stdbusy
  540. timedoutactiontype=0
  541. timedoutactionaction=answerVoiceDone
  542. abortactiontype=0
  543. abortactionaction=stdabort
  544. erroractiontype=0
  545. erroractionaction=stderror
  546. nextactiontype=0
  547. nextactionaction=changeautomenu
  548. endrecord=true
  549. startrecord=true
  550. label=editautooptions
  551. nodetype=8
  552. line1=procedure expose mailbox. mailbox
  553. line2=parse arg isOn, onDemand, telNumber, announce
  554. line3=
  555. line4=call showAutoOptions
  556. line5=
  557. line6=
  558. line7=
  559. line8=
  560. line9=
  561. line10=
  562. nextactiontype=3
  563. nextactionaction=
  564. endrecord=true
  565. startrecord=true
  566. label=editautomenu
  567. nodetype=3
  568. filename='avm:voices/AutoOptions'
  569. comment=Press 1 to enable this auto option, 2 to disable this auto option, 3 to change the auto option telephone number, 4 to change the auto option password, 5 to turn announce on, 6 to turn announce off, 7 to show the current options
  570. retries=3
  571. zeroactiontype=0
  572. zeroactionaction=editautomenu
  573. oneactiontype=2
  574. oneactionaction=mailbox.isOn = 1; call saveMailbox(mailbox)
  575. twoactiontype=2
  576. twoactionaction=mailbox.isOn = 0; call saveMailbox(mailbox)
  577. threeactiontype=2
  578. threeactionaction=mailbox.telNumber = getNumber(); call saveMailbox(mailbox)
  579. fouractiontype=2
  580. fouractionaction=if onDemand ~= '' then do; mailbox.onDemand = getNumber(); call saveMailbox(mailbox); end
  581. fiveactiontype=2
  582. fiveactionaction=if announce ~= '' then do; mailbox.announce = 1; call saveMailbox(mailbox); end
  583. sixactiontype=2
  584. sixactionaction=if announce ~= '' then do; mailbox.announce = 0; call saveMailbox(mailbox); end
  585. sevenactiontype=2
  586. sevenactionaction=call showAutoOptions()
  587. eightactiontype=3
  588. eightactionaction=
  589. nineactiontype=3
  590. nineactionaction=
  591. poundactiontype=2
  592. poundactionaction=return
  593. staractiontype=0
  594. staractionaction=answerVoiceDone
  595. faxactiontype=0
  596. faxactionaction=stdfax
  597. dataactiontype=0
  598. dataactionaction=stddata
  599. busyactiontype=0
  600. busyactionaction=stdbusy
  601. timedoutactiontype=0
  602. timedoutactionaction=answerVoiceDone
  603. abortactiontype=0
  604. abortactionaction=stdabort
  605. erroractiontype=0
  606. erroractionaction=stderror
  607. nextactiontype=0
  608. nextactionaction=editautomenu
  609. endrecord=true
  610. startrecord=true
  611. label=showautooptions
  612. nodetype=8
  613. line1=
  614. line2=
  615. line3=
  616. line4=if mailbox.isOn = 1 then call autoIsOn(); else call autoIsOff()
  617. line5=if onDemand ~= '' then call autoOnDemand(mailbox.onDemand)
  618. line6=call autoTelNumber(mailbox.telNumber)
  619. line7=if announce ~= '' then
  620. line8=  if mailbox.announce = 1 then call announceIsOn(); else call announceIsOff()
  621. line9=
  622. line10=
  623. nextactiontype=2
  624. nextactionaction=return
  625. endrecord=true
  626. startrecord=true
  627. label=autoIsOn
  628. nodetype=1
  629. filename='avm:voices/AutoIsOn'
  630. comment=This auto option is on
  631. keyactiontype=3
  632. keyactionaction=
  633. faxactiontype=0
  634. faxactionaction=stdfax
  635. dataactiontype=0
  636. dataactionaction=stddata
  637. busyactiontype=0
  638. busyactionaction=stdbusy
  639. abortactiontype=0
  640. abortactionaction=stdabort
  641. erroractiontype=0
  642. erroractionaction=stderror
  643. nextactiontype=3
  644. nextactionaction=
  645. endrecord=true
  646. startrecord=true
  647. label=
  648. nodetype=12
  649. nextactiontype=2
  650. nextactionaction=return
  651. endrecord=true
  652. startrecord=true
  653. label=autoIsOff
  654. nodetype=1
  655. filename='avm:voices/autoIsOff'
  656. comment=This auto option is off
  657. keyactiontype=3
  658. keyactionaction=
  659. faxactiontype=0
  660. faxactionaction=stdfax
  661. dataactiontype=0
  662. dataactionaction=stddata
  663. busyactiontype=0
  664. busyactionaction=stdbusy
  665. abortactiontype=0
  666. abortactionaction=stdabort
  667. erroractiontype=0
  668. erroractionaction=stderror
  669. nextactiontype=3
  670. nextactionaction=
  671. endrecord=true
  672. startrecord=true
  673. label=
  674. nodetype=12
  675. nextactiontype=2
  676. nextactionaction=return
  677. endrecord=true
  678. startrecord=true
  679. label=announceIsOn
  680. nodetype=1
  681. filename='avm:voices/AnnounceIsOn'
  682. comment=Announce is on
  683. keyactiontype=3
  684. keyactionaction=
  685. faxactiontype=0
  686. faxactionaction=stdfax
  687. dataactiontype=0
  688. dataactionaction=stddata
  689. busyactiontype=0
  690. busyactionaction=stdbusy
  691. abortactiontype=0
  692. abortactionaction=stdabort
  693. erroractiontype=0
  694. erroractionaction=stderror
  695. nextactiontype=3
  696. nextactionaction=
  697. endrecord=true
  698. startrecord=true
  699. label=
  700. nodetype=12
  701. nextactiontype=2
  702. nextactionaction=return
  703. endrecord=true
  704. startrecord=true
  705. label=announceIsOff
  706. nodetype=1
  707. filename='avm:voices/AnnounceIsOff'
  708. comment=Announce is off.
  709. keyactiontype=3
  710. keyactionaction=
  711. faxactiontype=0
  712. faxactionaction=stdfax
  713. dataactiontype=0
  714. dataactionaction=stddata
  715. busyactiontype=0
  716. busyactionaction=stdbusy
  717. abortactiontype=0
  718. abortactionaction=stdabort
  719. erroractiontype=0
  720. erroractionaction=stderror
  721. nextactiontype=3
  722. nextactionaction=
  723. endrecord=true
  724. startrecord=true
  725. label=
  726. nodetype=12
  727. nextactiontype=2
  728. nextactionaction=return
  729. endrecord=true
  730. startrecord=true
  731. label=autoOnDemand
  732. nodetype=8
  733. line1=procedure
  734. line2=parse arg number
  735. line3=
  736. line4=
  737. line5=
  738. line6=
  739. line7=
  740. line8=
  741. line9=
  742. line10=
  743. nextactiontype=3
  744. nextactionaction=
  745. endrecord=true
  746. startrecord=true
  747. label=
  748. nodetype=1
  749. filename='avm:voices/AutoOnDemand'
  750. comment=The password for this auto option is...
  751. keyactiontype=3
  752. keyactionaction=
  753. faxactiontype=0
  754. faxactionaction=stdfax
  755. dataactiontype=0
  756. dataactionaction=stddata
  757. busyactiontype=0
  758. busyactionaction=stdbusy
  759. abortactiontype=0
  760. abortactionaction=stdabort
  761. erroractiontype=0
  762. erroractionaction=stderror
  763. nextactiontype=3
  764. nextactionaction=
  765. endrecord=true
  766. startrecord=true
  767. label=
  768. nodetype=8
  769. line1=call playNumber(number)
  770. line2=
  771. line3=
  772. line4=
  773. line5=
  774. line6=
  775. line7=
  776. line8=
  777. line9=
  778. line10=
  779. nextactiontype=3
  780. nextactionaction=
  781. endrecord=true
  782. startrecord=true
  783. label=
  784. nodetype=12
  785. nextactiontype=2
  786. nextactionaction=return
  787. endrecord=true
  788. startrecord=true
  789. label=autoTelNumber
  790. nodetype=8
  791. line1=procedure
  792. line2=parse arg number
  793. line3=
  794. line4=
  795. line5=
  796. line6=
  797. line7=
  798. line8=
  799. line9=
  800. line10=
  801. nextactiontype=3
  802. nextactionaction=
  803. endrecord=true
  804. startrecord=true
  805. label=
  806. nodetype=1
  807. filename='avm:voices/AutoTelNumber'
  808. comment=The telephone number for this auto option is...
  809. keyactiontype=3
  810. keyactionaction=
  811. faxactiontype=0
  812. faxactionaction=stdfax
  813. dataactiontype=0
  814. dataactionaction=stddata
  815. busyactiontype=0
  816. busyactionaction=stdbusy
  817. abortactiontype=0
  818. abortactionaction=stdabort
  819. erroractiontype=0
  820. erroractionaction=stderror
  821. nextactiontype=3
  822. nextactionaction=
  823. endrecord=true
  824. startrecord=true
  825. label=
  826. nodetype=8
  827. line1=call playNumber(number)
  828. line2=
  829. line3=
  830. line4=
  831. line5=
  832. line6=
  833. line7=
  834. line8=
  835. line9=
  836. line10=
  837. nextactiontype=3
  838. nextactionaction=
  839. endrecord=true
  840. startrecord=true
  841. label=
  842. nodetype=12
  843. nextactiontype=2
  844. nextactionaction=return
  845. endrecord=true
  846. startrecord=true
  847. label=
  848. nodetype=7
  849. filename=avm:rexx/retrievemessages.avm
  850. nextactiontype=3
  851. nextactionaction=
  852. endrecord=true
  853.